Skip to main content

VerticalTextAlign

The available text vertical alignment (used to align text in a shape with a placement for text inside it).

Type

Enumeration

Values

  • "top"
  • "center"
  • "bottom"

Example

In this example the inner text for the created shape will be added aligned vertically closer to the shape upper part.

drawing.SetVerticalTextAlign("top");